home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kids' Bible Fun Pack
/
Kids' CD-ROM Bible Fun Pack (1997)(Education Publishing Concepts)[Mac-PC].iso
/
mac
/
GAMES
/
MAZE
/
SHARED.CST
/
00212_Script_212
< prev
next >
Wrap
Text File
|
1996-08-27
|
295b
|
22 lines
on myTimer seconds
startTimer
repeat while the timer < seconds*60
nothing
end repeat
end myTimer
on myTimerAB seconds
startTimer
repeat while the timer < seconds*60
if the mouseDown then
exit repeat
end if
end repeat
end myTimer